home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 21 / Mac Magazin and MacEasy Magazine CD - Issue 21.iso / Utilities / Mac Emulator für DOS / README < prev    next >
Text File  |  1996-05-02  |  4KB  |  106 lines

  1. Tue Apr  9 01:10:15 MDT 1996
  2.  
  3. +========================================================================+
  4. | NOTE: Now that Executor 2 is in beta testing, the demo version of      |
  5. | Executor can no longer be unlocked with a serial number and            |
  6. | authorization code.                                                    |
  7. |                                                                        |
  8. | If you have already licensed Executor 1.x, feel free to pick up the    |
  9. | demo version of Executor from this directory, but MAKE SURE YOU        |
  10. | INSTALL IT SOMEWHERE OTHER THAN WHERE YOU NORMALLY INSTALL EXECUTOR,   |
  11. | because you will want to continue using your pre-beta copy of Executor |
  12. | 2 until Executor 2 is out of beta testing and we have sent you a       |
  13. | CD-ROM with the non-crippled version of Executor.                      |
  14. |                                                                        |
  15. | If you haven't yet licensed Executor and you like what you see in the  |
  16. | demo, you can order a non-crippled version of Executor (call +1 505    |
  17. | 766 9115 and have a VISA or MasterCard handy) and we will send the     |
  18. | non-crippled version to you on floppy disk.                            |
  19. +========================================================================+
  20.  
  21. The latest Executor demo comes in two formats: a single
  22. self-extracting archive (execbta0.exe), and a two floppy set
  23. (bt0flop1.zip and bt0flop2.zip).  You only need to grab either
  24. execbta0.exe, or both bt0flop1.zip and bt0flop2.zip.  Most users will
  25. just want to grab execbta0.exe, but be warned that it will not fit on
  26. a single floppy.
  27.  
  28. If you have a video card that is not VESA 2 compliant, you may also
  29. need uvbe51a.zip.  NOTE: the "2" is important.  Executor is *much*
  30. faster when it can linearly map the frame buffer; this is a feature
  31. that VESA 2 provides that VESA 1 did not provide.
  32.  
  33. csdpmi1s.zip is the source code to cwsdpmi.exe, the DPMI server that
  34. we bundle with Executor.  Most people will not want to download this.
  35.  
  36. utilities contains DOS utilities that may be helpful to advanced
  37. Executor users.  Currently utilities only contains trim.com, a program
  38. that will strip the first 84 bytes off a file which is useful for
  39. converting floppy disk image files into HFVs.
  40.  
  41. To install from execbta0.exe, the self-extracting archive file, just
  42. run it.  You can skip the installation directions for the two disk
  43. set.
  44.  
  45. To install from the two disk set, you can use one of two methods:
  46. either make two installation floppies, or install directly from the
  47. contents of the zip files.  Detailed instructions follow.
  48.  
  49. -------------------------------------------------------------------------
  50.  
  51. INSTRUCTIONS FOR MAKING INSTALLATION FLOPPIES
  52.  
  53.     use BINARY mode to fetch exqdisk1.zip and bt0flop2.zip onto
  54.     your machine on C:\
  55.  
  56.     set aside two blank, formatted floppies
  57.  
  58.     put in your first floppy and then tell DOS you want to use
  59.     that drive  (usually done by typing "a:" or "b:")
  60.  
  61.     unzip -d c:\bt0flop1.zip
  62.  
  63.     change floppies
  64.  
  65.     unzip -d c:\bt0flop2.zip
  66.  
  67. You should then be able to take those two floppies to an '386 or
  68. better and install Executor by putting in the first sloppy and typing
  69. "A:install" (assuming your floppy drive is drive a).
  70.  
  71. INSTRUCTIONS FOR INSTALLING FROM THE ZIP FILES
  72.  
  73.     use BINARY mode to fetch bt0flop1.zip and bt0flop2.zip onto
  74.     your machine on C:\
  75.  
  76.     mkdir scratch
  77.  
  78.     cd scratch
  79.  
  80.     unzip -d c:\bt0flop1.zip
  81.  
  82.     unzip -d c:\bt0flop2.zip
  83.  
  84.     install
  85.  
  86. You will then be running the installer and be given a chance to
  87. specify where Executor should be installed.  After you are done, you
  88. can remove your scratch directory.
  89.  
  90. -------------------------------------------------------------------------
  91.  
  92. After you install Executor, you'll find a "docs" subdirectory that
  93. provides more information about Executor, and the technology that was
  94. used to build it.
  95.  
  96. uvbe51a.zip is a shareware SVGA extender that provides VESA capability
  97. for many older non-VESA compliant SVGA cards.  It is not a product of
  98. ARDI.  If you use it, you should pay the shareware fee as described in
  99. the documentation included in the zip file.  If you have a recent SVGA
  100. card you probably don't need UniVBE.  There may be a more recent
  101. version of UniVBE in oak.oakland.edu:/SimTel/msdos/graphics.
  102.  
  103. Send questions to "questions@ardi.com"
  104.  
  105.     --Cliff
  106.